Can someone please help me with drawing random shapes in random colors using turtle python?
I am new to React.js. I am using React.js 18.0.0. I am developing simple login application. Here I am facing problem in routing. When I click on forget password
I'm trying to figure out how can I create a route pointing to a xml file using vue-router. Actually I need this because I need to set a sitemap.xml at Google se
I'm trying to see if I can integrate Helix Fi Gateway 2 as a routeur into my home assistant setup. I've not seen an integration component, and figured if an API
The following code prints the two odd occuring numbers in an array: #include <iostream> using namespace std; int main(){ int n; cin>>n; int
This is what am facing with with Django on my Android I'm using Pydroid on my phone. Python and Django are fully functional. But when I try to run Django admin
I am using postgres DB and i have table with two column name and sal . name Sal Raunak 10000 Raunak 5000 Rahul 500 Raunak 300
I have to create an SQR that generates a list of EEIDs, if there were any changes to the Pension data in the past day. The SQR compiles and works perfectly when
I'd like make script to edit pdf file, so the solution that I found is to convert pdf to html then edit the html content with WYSIWYG ckeditor and then convert
I'm trying to follow this tutorial: https://simpleisbetterthancomplex.com/tutorial/2018/01/18/how-to-implement-multiple-user-types-with-django.html concerning h
I would like to transform input.js to output.js using string manipulation in python here is input.js let k=document.createElement("div"); k.innerHTML='<style
My Context: type Props = { children: React.ReactNode; }; interface Context { postIsDraft: boolean; setPostIsDraft: Dispatch<SetStateAction<boolean&
I have a results table with multiple results for multiple samples, and a sample list array containing each unique sample reference value in the results table. I
An app retrieves JSON formatted strings from a network and parses them for presentation to the user. What would be the best way to cache the data in case it's n
How to write this sql code in Foundry's python code workbook SELECT DISTINCT excl_rsn_id FROM exclusion_current_1;
The above header refers. I would like to make this change so I can implement expanding lists (whereby my some of my list of items could have sub-items that can
(!) Issue cannot be reproduced locally. Azure Function Version ~4 Node Version 14.18.1 Creating a simple HTTP triggered Azure Function and setting just two simp
I am using the MLFlow Webhooks , mentioned here. I am using that to queue an Azure Devops Pipeline. However, I can't seem to to find a way to retrieve the paylo
I have an application does the following: Reads URLs from a Hive table Creates HTTP requests from those URLs, hits a server with them and parses the responses W
All new keys created in https://ebc2test.cybersource.com/ebc2/ result in failure response: { "response": { "rmsg": "Authentication Failed" } } Reproduction Step
Goal My goal is to make the LazyVGrid header look exactly the same as the List header. When utilizing the Grid view, the header is transparent and shows the con
I'm trying to create a Linear Probing program. So far, I'm stuck trying to create an insertElement function. The idea is that as key values are being inserted i
I have a page for users in a grid view and would like to paginate the view to reduce bandwidth when a user scrolls. For now i know how to paginate a feed view b
I'm trying to download a zip file from a public web site http://serviciosede.mineco.gob.es/indeco/BDSICE/homebdsice.aspx. To download the file this site execute
tl;dr; Will the query optimizer be able to optimize the max calls? select id , max(case when this and that11 and that12 then 1 else 0 end) name1 , max(c
.htaccess # Security Headers <IfModule mod_headers.c> Header set X-XSS-Protection "1; mode=block" Header set X-Frame-Options "SAMEORIGIN" Head
In an app that I am currently developing users are allowed to locations identified, amongst other things by their latitude/longitude coordinates. The location e
I have an interface in go which wants to support saving and loading results in different databases and I want to support different types. package cfgStorage ty
I have a little issue with my the data I have (multiple dictionaries) to process and create a Dataframe from them. This what the data look like: print(data) 0
When a customer receives their woocommerce order completed email, there are 2 columns. In the left column is the product name and in the right column is the dow